<Code Lib>
M

DetailElementOrderUtils.SendToBack(Document, View, ICollection<ElementId>)

Description:
Places the given detail instances behind all other detail instances in the view, while keeping the order of the given ones.
Overloads (2):
SendToBack(Document,View,ICollection[ElementId])

public static void SendToBack(
	Document pDocument,
	View pDBView,
	ICollection<ElementId> detailElementIds
)

Loading…